/* Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/*-------------------------------------------------- */
/* GENERAL */
/*-------------------------------------------------- */

.container_12 {
    margin: 0 auto;
    max-width: 1472px;
    padding: 0 20px;
}

    .container_12 .grid_12 {
        margin: 0 auto;
        width: 100%;
    }

        .container_12 .grid_12 .grid_12content {
            margin: 0 auto;
            text-align: left;
            display: inline-block;
        }

.clear {
    clear: both;
}
/*-------------------------------------------------- */
/* Header */
/*-------------------------------------------------- */
#header {
    position: relative;
    z-index: 2;
    height: 120px;
    overflow: hidden;
    color: #000;
    display: block;
    background: #005b82;
    background: -moz-linear-gradient(top, #005b82 0%, #93b1d7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005b82), color-stop(100%, #93b1d7));
    background: -webkit-linear-gradient(top, #005b82 0%, #93b1d7 100%);
    background: -o-linear-gradient(top, #005b82 0%, #93b1d7 100%);
    background: -ms-linear-gradient(top, #005b82 0%, #93b1d7 100%);
    background: linear-gradient(top, #005b82 0%, #93b1d7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b82', endColorstr='#93b1d7', GradientType=0 );
    padding-top: 20px;
    border-bottom: 8px solid #4d4d4d;
}

    #header .headerContainer {
        height: 120px;
        max-height: 120px;
        overflow: hidden;
    }

    #header .container_12.headerContainer {
        margin-left: auto;
        margin-right: auto;
        max-width: 1472px;
    }

    #header h1 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 36px;
        line-height: 52px;
        color: #000000;
        text-shadow: none;
        margin: 0 0 5px 0;
        white-space: nowrap;
    }

    #header .homeHeader {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    #header .homeItem {
        display: block;
        margin: 0;
        padding: 0;
    }

        #header .homeItem a {
            color: #fff;
            font-size: 24px;
            line-height: 30px;
            text-decoration: none;
            text-align: left;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
            white-space: nowrap;
            text-shadow: 1px 1px 1px #000;
            -moz-user-select: none;
            -webkit-user-select: none;
            user-select: none;
            outline: 0;
            margin: 0;
            padding: 0;
            display: inline-block;
            overflow: hidden;
        }

            #header .homeItem a:hover, #header .homeItem a:focus {
                -webkit-transition: opacity 0.25s ease-in;
                -moz-transition: opacity 0.25s ease-in;
                -o-transition: opacity 0.25s ease-in;
                transition: opacity 0.25s ease-in;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
                filter: alpha(opacity=75);
                -moz-opacity: 0.75;
                -khtml-opacity: 0.75;
                opacity: 0.75;
            }

/*-------------------------------------------------- */
/* FOOTER */
/*-------------------------------------------------- */
#footer {
    color: #fff;
    position: relative;
    z-index: 2;
}

    #footer #footerCon {
        color: #fff;
        background-color: #4d4d4d;
        padding: 20px 0;
    }

    #footer .Pad {
        padding: 20px 0;
    }

    #footer .container_12 {
        margin-left: auto;
        margin-right: auto;
        max-width: 1472px;
    }

    #footer h2 {
        font-size: 20px;
        text-shadow: 1px 1px 1px #333; /* Text shadow for newer browsers */
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 26px;
        color: #dddddd;
    }

        #footer h2 a {
            text-decoration: none;
        }

    #footer p {
        margin-bottom: 10px;
    }

    #footer .logoDiv {
        padding: 20px;
        text-align: center;
    }

    #footer .footBorder {
        border-radius: 4px;
    }

#yourLogo {
    display: inline-block;
    zoom: 1;
    border: 0;
    margin-bottom: 5px;
    outline: 0;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

    #yourLogo:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
        filter: alpha(opacity=75);
        -moz-opacity: 0.75;
        -khtml-opacity: 0.75;
        opacity: 0.75;
        -webkit-transition: opacity 0.25s ease-in;
        -moz-transition: opacity 0.25s ease-in;
        -o-transition: opacity 0.25s ease-in;
        transition: opacity 0.25s ease-in;
    }

    #yourLogo img {
        border: 0;
        margin: 0;
        outline: 0;
        display: inline-block;
        zoom: 1;
        width: 60px;
        height: 60px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    #yourLogo:hover img, #yourLogo:focus img {
        background-image: none;
    }

#footer a {
    color: #fff;
    text-decoration: underline;
}

    #footer a:hover, #footer a:active, #footer a:visited {
        color: #fff;
    }

    #footer a:hover, #footer a:focus {
        text-decoration: none;
    }
